arm: vf610: Add Vybrid VF610 CPU support
authorAlison Wang <[email protected]>
Mon, 27 May 2013 22:55:42 +0000 (22:55 +0000)
committerStefano Babic <[email protected]>
Mon, 3 Jun 2013 08:56:53 +0000 (10:56 +0200)
commit24e8bee508a341d1de4c708f8d0b9950ee95fab6
tree4bdc54c293a1e5ce37d47924add09b610738d9ca
parentcfd701b5f3eefc98cf699143d34e8a8b737b90a5
arm: vf610: Add Vybrid VF610 CPU support

This patch adds generic codes to support Freescale's Vybrid VF610 CPU.

It aligns Vybrid VF610 platform with i.MX platform. As there are
some differences between VF610 and i.MX platforms, the specific
codes are in the arch/arm/cpu/armv7/vf610 directory.

Signed-off-by: Alison Wang <[email protected]>
Reviewed-by: Benoît Thébaudeau <[email protected]>
Makefile
arch/arm/cpu/armv7/vf610/Makefile [new file with mode: 0644]
arch/arm/cpu/armv7/vf610/generic.c [new file with mode: 0644]
arch/arm/cpu/armv7/vf610/timer.c [new file with mode: 0644]
arch/arm/include/asm/arch-vf610/clock.h [new file with mode: 0644]
arch/arm/include/asm/arch-vf610/crm_regs.h [new file with mode: 0644]
arch/arm/include/asm/arch-vf610/imx-regs.h [new file with mode: 0644]
arch/arm/include/asm/arch-vf610/iomux-vf610.h [new file with mode: 0644]
doc/README.vf610 [new file with mode: 0644]